Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version comparisons in do_outdated #3798

Merged
merged 6 commits into from
Jun 17, 2019
Merged

Fix version comparisons in do_outdated #3798

merged 6 commits into from
Jun 17, 2019

Conversation

techalchemy
Copy link
Member

@techalchemy techalchemy commented Jun 17, 2019

Fix version comparisons in do_outdated

- Fix comparisons between post-release and non-post-release versions
- Update `pip_shims` to accommodate new pip versions
- Implement syntax changes in `environment.py` to account for new pip
  syntax
- Add `required` version output to `pipenv update --outdated`
- Add pipfile version pin information as well, if available

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
… to outdated packages

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
@techalchemy techalchemy merged commit 7f1e778 into master Jun 17, 2019
@techalchemy techalchemy deleted the bugfix/3766 branch June 17, 2019 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipenv update --outdated | TypeError: '>' not supported between instances of '_Version' and 'str'
1 participant